armv8: mmu: add space around operator
authorAndy Yan <[email protected]>
Thu, 17 Aug 2017 07:55:50 +0000 (15:55 +0800)
committerTom Rini <[email protected]>
Tue, 12 Sep 2017 22:00:09 +0000 (18:00 -0400)
Add space around operator "+", make it
match the coding style.

Signed-off-by: Andy Yan <[email protected]>
Reviewed-by: Philipp Tomsich <[email protected]>
Reviewed-by: York Sun <[email protected]>
arch/arm/include/asm/armv8/mmu.h

index 775274102826d3fa5fdb827f7f60d2957d69c3f1..6121aab547fc8a0f8015c05479ef8b4ef77edc35 100644 (file)
@@ -16,7 +16,7 @@
 #undef  PAGE_SIZE
 #define PAGE_SHIFT             12
 #define PAGE_SIZE              (1 << PAGE_SHIFT)
-#define PAGE_MASK              (~(PAGE_SIZE-1))
+#define PAGE_MASK              (~(PAGE_SIZE - 1))
 
 /***************************************************************/